home *** CD-ROM | disk | FTP | other *** search
- ############################################
- #Set up ion sword model
- ############################################
-
- source eff_dir.gw
-
- LoadGameGen ionsword.gam ion_%runNo%
- SetIntersectSurface off
- SetAltitudeSurface off
- Object3DSetActive off
-
- #FindNode cockpit
- #Object3DAddChild ion_%runNo%
-
- #Set scrolling texture effect for ionsword
- FindSubNode ion_%runNo% ionswrd
- Object3DSetScroll on 3.0 0.0
- #Object3DScale 1 1 .0001
-
- ############################################
- #Set up ion flares
- ############################################
-
- LoadGameGen ionflare.gam flare_l%runNo%
- Object3DTranslate 5.0 4.0 5.0
- Object3DSetActive off
-
- LoadGameGen ionflare.gam flare_r%runNo%
- Object3DTranslate 5.0 4.0 5.0
- Object3DSetActive off
-
- LoadGameGen ionflare.gam flare_c%runNo%
- Object3DTranslate 5.0 4.0 5.0
- Object3DScale 5 5 5
- Object3DSetActive off
-
- FindNode world1
- AddChild ion_%runNo%
- AddChild flare_l%runNo%
- AddChild flare_r%runNo%
- AddChild flare_c%runNo%
-
- FindNode ionflr
- #ForceUniqueMaterial
- CycleTextureSetOn 8
- CycleTextureSetMap flkr0000.zim 610
- CycleTextureSetMap flkr0001.zim 611
- CycleTextureSetMap flkr0002.zim 612
- CycleTextureSetMap flkr0003.zim 613
- CycleTextureSetMap flkr0004.zim 614
- CycleTextureSetMap flkr0005.zim 615
- CycleTextureSetMap flkr0006.zim 616
- CycleTextureSetMap flkr0007.zim 617
-
- # Reset directories for runners
- source run_dir.gw
-
- # End set up ionsword
-
-